home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / frame_1 / DoAction_2.as
Encoding:
Text File  |  2010-08-12  |  717 b   |  23 lines

  1. function randomRange(min, max)
  2. {
  3.    var _loc1_ = Math.floor(Math.random() * (max - min + 1)) + min;
  4.    return _loc1_;
  5. }
  6. _root.playIntro = true;
  7. _root.playIntro2 = true;
  8. _root.allSounds = new Sound();
  9. _root.score = 0;
  10. _root.timeScore = 0;
  11. _root.levelScore = 0;
  12. _root.isPause = false;
  13. _root.levelArray = ["lblgame","level2","level3","level4","level5","level6","level7","level8","level9","level10","level11","level12","level13","level14","level15","level16","level17","level18","level19","level20","win"];
  14. _root.level = 0;
  15. _root.isEasy = false;
  16. _root.playIntroSound = true;
  17. _root.playerId = 1;
  18. _root.isOver = false;
  19. _root.userCar = "";
  20. _root.debug = false;
  21. _root.carCount = 0;
  22. _root.carArray = [];
  23.